Skip to content

Commit

Permalink
Attempt to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 22, 2023
1 parent 4cb30ca commit 8be604e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
with:
tag: ${{ needs.build.outputs.release_version }}-${{ env.SHORT_SHA }}
tag_exists_error: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 8be604e

Please sign in to comment.