Skip to content

Commit

Permalink
Update v1 tag after release
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Apr 15, 2020
1 parent bd5025e commit 45d8209
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
uses: actions/checkout@v1
- name: Install
run: npm i
- name: Update version
run: echo ${{ github.ref }} | cut -c 11- | xargs npm version --no-git-tag-version
- name: Update v1 tag
run: git tag -f v1
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
force: true

0 comments on commit 45d8209

Please sign in to comment.