Skip to content

Commit

Permalink
Add missing code checkout to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Dec 28, 2022
1 parent 6e31cae commit 1e66ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/30-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1e66ba7

Please sign in to comment.