Skip to content

Commit c476f09

Browse files
authored
Merge pull request #2072 from o1-labs/create-automatic-release
Automatic GitHub release
2 parents 0a03749 + 786c88d commit c476f09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-action.yml

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
Prepare:
1821
runs-on: ubuntu-latest
@@ -324,6 +327,13 @@ jobs:
324327
run: |
325328
git tag $RELEASED_VERSION
326329
git push origin $RELEASED_VERSION
330+
- name: Create Release
331+
uses: ncipollo/release-action@v1
332+
with:
333+
token: ${{ secrets.GITHUB_TOKEN }}
334+
tag: ${{ steps.publish.outputs.version }}
335+
generateReleaseNotes: true
336+
name: Release ${{ steps.publish.outputs.version }}
327337

328338

329339
Release-mina-signer-on-NPM:

0 commit comments

Comments
 (0)