mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fix: release-start changelog step [no-ticket] (#7113)
This commit is contained in:
parent
d7a0bc1e58
commit
98c7df6283
8
.github/workflows/release-start.yml
vendored
8
.github/workflows/release-start.yml
vendored
@ -21,14 +21,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ref: develop
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: 'npm'
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
branch: ${{ env.RELEASE_BRANCH }}
|
||||
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.RELEASE_BRANCH }}
|
||||
persist-credentials: false
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
uses: requarks/changelog-action@v1
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_GH_TOKEN }}
|
||||
tag: ${{ github.ref_name }}
|
||||
tag: ${{ github.sha }}
|
||||
|
||||
- name: Git Commit Changelog
|
||||
run: git commit -am "update CHANGELOG.md for ${{ env.RELEASE_VERSION }} [skip ci]"
|
||||
|
Loading…
Reference in New Issue
Block a user