Skip to content

Commit

Permalink
Merge pull request #143 from ThomasAribart/finalize-release-workflow
Browse files Browse the repository at this point in the history
Finalize release workflow
  • Loading branch information
ThomasAribart authored May 23, 2023
2 parents 98eeb6a + fe4e918 commit e211f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash

- name: Sync yarn cache
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ jobs:
with:
default_author: github_actions
message: "${{ github.event.release.tag_name }} release"

- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
strategy: upgrade

0 comments on commit e211f20

Please sign in to comment.