mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: use PAT again in release-it action
This commit is contained in:
4
.github/workflows/release-it.yml
vendored
4
.github/workflows/release-it.yml
vendored
@@ -37,12 +37,12 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: if pnpm run should-semantic-release ; then pnpm release-it --ci --verbose ; fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||
DOCKER_CHANNEL: latest # Updates the 'latest' tag on Docker Hub
|
||||
|
||||
- name: Release from Dev (Pre-release)
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
run: if pnpm run should-semantic-release ; then pnpm release-it --verbose --preRelease=dev --ci ; fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||
DOCKER_CHANNEL: dev # Updates the 'dev' tag on Docker Hub
|
||||
|
||||
Reference in New Issue
Block a user