Skip to content

Commit

Permalink
fix push to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Aug 28, 2023
1 parent 5d54afb commit 204652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-testing-npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: push release commit to repo
run: git push
run: git push origin HEAD ${{ github.head_ref }}

- name: get-npm-version
id: package-version
Expand Down

0 comments on commit 204652a

Please sign in to comment.