Skip to content

Commit

Permalink
ci fix not to publish on release (#91)
Browse files Browse the repository at this point in the history
* fix: not to pusblish on release

* add changelog
  • Loading branch information
loin3 committed May 2, 2023
1 parent 077083b commit b399869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
release:
types: [released]

jobs:
publish:
Expand All @@ -18,7 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "14"
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- run: if [ ! -x "$(command -v yarn)" ]; then npm install -g yarn; fi

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [\#73](https://github.com/Finschia/finschia-js/pull/73) fix the local unit test error
- [\#88](https://github.com/Finschia/finschia-js/pull/88) apply changed event in finschia v1.0.0-rc6 to pass tests
- [\#91](https://github.com/Finschia/finschia-js/pull/91) ci fix not to pusblish on release

### Security

Expand Down

0 comments on commit b399869

Please sign in to comment.