Skip to content

Commit

Permalink
switched out uses for run
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Babins committed Jul 3, 2023
1 parent 2f2c084 commit 69b7111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: zip -r bundle.zip *.wdl

- name: Create Release
uses: gh release create v${{ steps.bump_version.outputs.NEW_VERSION }} annotation_full.wdl bundle.zip
run: gh release create v${{ steps.bump_version.outputs.NEW_VERSION }} annotation_full.wdl bundle.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 69b7111

Please sign in to comment.