Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 7, 2023
1 parent 57425d9 commit ad1d9cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-pkg-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ jobs:
run: |
git remote -v
echo "Checking out ${{ github.head_ref }}"
git fetch
echo "git checkout -b ${{ github.head_ref }}"
git checkout -b ${{ github.head_ref }}
git pull origin ${{ github.head_ref }}
git reset --hard origin/${{ github.head_ref }}
sed -i "s/const VERSION = .*/const VERSION = \"${{ env.MANUAL_VERSION }}\"/" pkg/version/version.go
git add pkg/version/version.go
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
Expand Down

0 comments on commit ad1d9cb

Please sign in to comment.