Skip to content

Commit

Permalink
Update dockerhub-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eipi1 authored Sep 23, 2022
1 parent 37d162d commit 45bd007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get version
run: |
if [[ ${{ github.event_name }} == 'release' ]]; then
PKG_VERSION=$(cargo pkgid | cut -d# -f2)
PKG_VERSION=$(cargo pkgid -p overload | cut -d# -f2)
TAG_VERSION=${GITHUB_REF:11}
if [[ $PKG_VERSION != $TAG_VERSION ]]; then
echo "::error::version mismatch: pkg=$PKG_VERSION, tag=$GITHUB_REF"
Expand Down

0 comments on commit 45bd007

Please sign in to comment.