Skip to content

Commit

Permalink
Update branch name in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Jul 12, 2024
1 parent 2ac5547 commit a54f40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}
ref: develop
ref: main

# The Yospace private npm registry seems to not support NPM token so we sadly need to use password and email
- name: Log in to Yospace private NPM registry
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
git add .
git commit -m "Bump version and update changelog"
git tag -a "${{ fromJson(steps.define-release-version.outputs.result) }}" -m "v${{ fromJson(steps.define-release-version.outputs.result) }}"
git push origin develop
git push origin main
git push origin --tags
- name: build and publish
Expand Down

0 comments on commit a54f40b

Please sign in to comment.