Skip to content

Commit

Permalink
Merge branch 'fix-actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Nov 13, 2023
2 parents 89d10f8 + 4c144c8 commit 6601ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
make-release:
name: Create and upload release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [build-tarball]
defaults:
Expand Down

0 comments on commit 6601ce2

Please sign in to comment.