Skip to content

Commit

Permalink
fix(gh-release): fixed needs action, added explicit branch name (#6660)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq authored Jul 3, 2024
1 parent e20ad78 commit 83d80fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: on-gh-release
on:
release:
types: [released]
branches:
- development

env:
NX_BRANCH: ${{ github.event.number }}
Expand All @@ -23,7 +25,7 @@ jobs:
# update npm tags
npm_tag_update:
runs-on: ubuntu-latest
needs: build
needs: one_run
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 83d80fe

Please sign in to comment.