Skip to content
Snippets Groups Projects
Commit 7021760a authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent af4b70e2
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- name: Get Next Version - name: Get Next Version
if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"
id: semver id: semver
uses: ietf-tools/semver-action@v1.8.0 uses: ietf-tools/semver-action@v1.9.0
with: with:
token: ${{ github.token }} token: ${{ github.token }}
branch: main branch: main
......
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
OUTPUT: .CHANGELOG.md OUTPUT: .CHANGELOG.md
- name: Create Release - name: Create Release
uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0
with: with:
allowUpdates: true allowUpdates: true
draft: false draft: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment