Skip to content

Commit

Permalink
ci: add release dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jan 10, 2024
1 parent 5b6fe29 commit 06a843d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Nuga

on:
workflow_dispatch:
push:
tags:
- v*
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
- name: Extract release notes
run: ./scripts/workflows/get-release-notes.mjs "$RELEASE_VERSION" > dist/notes.md
- name: Create GitHub release
if: github.event_name == 'push'
uses: softprops/action-gh-release@v1
with:
name: ${{ env.VERSION_DISPLAY }}
Expand Down

0 comments on commit 06a843d

Please sign in to comment.