Skip to content

Commit

Permalink
Switch to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Jan 27, 2023
1 parent 58fefcb commit df18c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
git config --local user.name "github-actions[bot]"
git add dist
git commit -m "Added dist files"
git tag v1 -f
git tag v2 -f
- name: Push dist
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: dist/v1
branch: dist/v2
tags: true
force: true

0 comments on commit df18c4a

Please sign in to comment.