Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Dec 26, 2023
1 parent 60ff572 commit 1007fc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TFSO_TOKEN }}

- name: Dump context
uses: crazy-max/ghaction-dump-context@v1

- name: Update package.json and CHANGELOG.md
run: |
git config --global user.name '${{github.actor}}'
Expand All @@ -44,8 +47,7 @@ jobs:
npx auto-changelog -p && git add CHANGELOG.md
git add package.json
git commit -m "Update package.json version to ${{github.event.release.tag_name}} "
git push origin HEAD:main
git push origin HEAD:${{github.event.release.target_commitish}}
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 1007fc6

Please sign in to comment.