Skip to content

Commit

Permalink
[DO NOT MERGE] use docker hub for GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <dranelt@ornl.gov>
  • Loading branch information
Lance-Drane committed Aug 21, 2024
1 parent 72bb858 commit d467e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build package
run: pdm build
- name: upload to github release
uses: docker://ghcr.io/antonyurchenko/git-release:v5
uses: docker://antonyurchenko/git-release:v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# assume any version with "a" (gets "ALPHA") or "b" (gets BETA) or "rc" (release candidates) will be a prerelease
Expand Down

0 comments on commit d467e85

Please sign in to comment.