Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usr-sse2 authored Apr 11, 2023
1 parent 49febaa commit dea5ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
retention-days: 1

package:
if: always() && github.event.ref_type == 'tag'
if: always() && ${{github.event.ref_type}} == 'tag'
runs-on: ubuntu-20.04
needs: build
permissions:
Expand Down

0 comments on commit dea5ade

Please sign in to comment.