Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Oct 18, 2023
1 parent 3f02237 commit f159aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: check if ${{ env.pkg }} already released
id: check
run: |
if ./gh_release ${{ github.token }} ${{ github.repository }} exists ${{ env.pkg }}; then
if ./gh_release ${{ github.token }} ${{ github.repository }} exists ${{ steps.build.outputs.pkg }}; then
echo "skip_release=true" | tee "$GITHUB_OUTPUT"
else
echo "skip_release=false" | tee "$GITHUB_OUTPUT"
Expand Down

0 comments on commit f159aa6

Please sign in to comment.