Skip to content

Commit

Permalink
Fix tag in default environment build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac authored Jul 8, 2024
1 parent 958f111 commit a06fe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_default_rhel7_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.ENVIRONMENT_NAME }}.tar.gz.*
tag: rhel7-nightly
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit a06fe73

Please sign in to comment.