Skip to content

Commit

Permalink
run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed Jan 6, 2021
1 parent c332cc3 commit 070219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "master"
- "release"

jobs:
npm-publish:
Expand Down Expand Up @@ -87,7 +88,6 @@ jobs:
### Create a pre-release
- name: Generate prerelease description
run: |
set -x
RELEASE_DESCRIPTION=""
for CRATE_NAME in $(cargo ws list)
do
Expand Down

0 comments on commit 070219a

Please sign in to comment.