Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-codes committed Aug 21, 2024
1 parent b3c7900 commit 6fa6f71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Allow publish to work with /github/workflows dir
run: sudo git config --global --add safe.directory /home/runner/work/coda-js/coda-js
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12.18.0 # LTS
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
uses: pascalgn/npm-publish-action@1.3.9
with:
commit_pattern: "^Release (\\S+)"
env:
Expand Down

0 comments on commit 6fa6f71

Please sign in to comment.