We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49be3f commit 30cf5a8Copy full SHA for 30cf5a8
.github/workflows/publish-npm.yml
@@ -3,7 +3,7 @@ name: Publish to npm
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [feature/test-release]
+ branches: [test-release]
7
8
permissions:
9
id-token: write # Required for OIDC authentication with npm
@@ -49,8 +49,8 @@ jobs:
49
50
git add version
51
git commit -m "Release version $VERSION"
52
- echo "Pushing to feature/test-release branch"
53
- git push origin feature/test-release
+ echo "Pushing to test-release branch"
+ git push origin test-release
54
55
- name: Build npm package
56
run: |
0 commit comments