Skip to content

Commit

Permalink
Fix prepare output
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Aug 2, 2023
1 parent ed6f10b commit 50aa997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set nigthly release
id: set_release
# if: ${{ github.event_name == 'schedule' }}
run: echo "release_name=nightly" >> $GITHUB_ENV
run: echo "release_name=nightly" >> $GITHUB_OUTPUT

publish:
needs: prepare
Expand Down

0 comments on commit 50aa997

Please sign in to comment.