Skip to content

Commit

Permalink
fix auth and tag name so it doesn screw up main
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh5 committed Nov 12, 2022
1 parent 8990f25 commit 41438d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cosmo-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
draft: false
prerelease: false
release_name: rcut ${{ github.ref }}
tag_name: ${{ github.ref }}
tag_name: gh-v-${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}

- name: upload rcut cosmo tgz
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 41438d6

Please sign in to comment.