Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuezas authored Jun 8, 2023
1 parent d4a26e6 commit 01c0635
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=$(node make.js)" >> $GITHUB_ENV
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: ncipollo/release-action@v1
with:
tag: "v${{env.RELEASE_VERSION}}"
Expand Down

0 comments on commit 01c0635

Please sign in to comment.