Skip to content

Commit

Permalink
chore: Attempt fix actions invalid syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vincecao committed Aug 7, 2022
1 parent 65bf06f commit d6de816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn install --frozen-lockfile
yarn test
- name: Assign a new beta version from current package version
run: npm version prerelease --preid=beta -m "chore(ci): v%s"
run: npm version prerelease --preid=beta -m "chore(ci)\: v%s"

- name: Publish beta to NPMJS
run: npm publish --tag beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Add stable version change commit message
# add commit manually due to no-git-tag-version setting in npm version
run: git commit -a -m "chore(ci): ${{ github.event.release.tag_name }}"
run: git commit -a -m "chore(ci)\: ${{ github.event.release.tag_name }}"

- name: Push stable version change to HEAD:master
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit d6de816

Please sign in to comment.