Compare commits
2 Commits
84d0da4478
...
b65e9ee542
| Author | SHA1 | Date | |
|---|---|---|---|
|
b65e9ee542
|
|||
|
e73d1324b7
|
@@ -10,6 +10,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.0xmax42.io/actions/auto-changelog-release-action@978d002e9eb82247da53ddfb4fa2226527290919
|
||||
- name: Release
|
||||
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@978d002e9eb82247da53ddfb4fa2226527290919
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -51,5 +51,5 @@ runs:
|
||||
if: steps.detect.outputs.version_changed == 'true' && github.ref == 'refs/heads/main'
|
||||
shell: bash
|
||||
env:
|
||||
RELEASE_PUBLISH_TOKEN: ${{ inputs.token }}
|
||||
RELEASE_PUBLISH_TOKEN: ${{ inputs.token || '' }}
|
||||
run: bash ${{ github.action_path }}/scripts/release-from-version.sh
|
||||
|
||||
Reference in New Issue
Block a user