Skip to content

Commit 30cf5a8

Browse files
committed
change from feature/test-release to test-release branch
1 parent b49be3f commit 30cf5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to npm
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [feature/test-release]
6+
branches: [test-release]
77

88
permissions:
99
id-token: write # Required for OIDC authentication with npm
@@ -49,8 +49,8 @@ jobs:
4949
5050
git add version
5151
git commit -m "Release version $VERSION"
52-
echo "Pushing to feature/test-release branch"
53-
git push origin feature/test-release
52+
echo "Pushing to test-release branch"
53+
git push origin test-release
5454
5555
- name: Build npm package
5656
run: |

0 commit comments

Comments
 (0)