Skip to content

Commit 7ef46aa

Browse files
committed
chore(ci): release dry-run action
1 parent 5e50519 commit 7ef46aa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/release-dry-run.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release-Dry-Run
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
Release:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
11+
steps:
12+
- name: Checkout source
13+
uses: actions/checkout@v2
14+
- name: Go Semantic Release
15+
uses: go-semantic-release/[email protected]
16+
id: semrel
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
changelog-generator-opt: "emojis=true"
20+
force-bump-patch-version: true
21+
dry: true

0 commit comments

Comments
 (0)