Skip to content

Commit

Permalink
Force update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 5, 2022
1 parent c8a133f commit 714e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: bundle exec rake compile test
- id: build
run: |
git fetch --tags
git fetch --force --no-tags origin 'refs/tags/v*:refs/tags/v*'
bundle exec rake build
echo "::set-output name=pkg::${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}"
env:
Expand Down

0 comments on commit 714e865

Please sign in to comment.