Skip to content

Commit 03393e7

Browse files
authored
Merge pull request #10 from mona-actions/amenocal/cli-release
cli release update
2 parents 925534c + c77edd1 commit 03393e7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/auto-tag-and-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,3 @@
2727
tag: ${{ steps.auto-tag.outputs.new_tag }}
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
generateReleaseNotes: true
30-
release:
31-
runs-on: ubuntu-latest
32-
needs: build
33-
steps:
34-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 #v4.1.0
35-
- uses: cli/gh-extension-precompile@640911b0a0f2adb89a07a8ba547053cbd4001e1e #v1.3.1

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: release
22
on:
3-
push:
4-
tags:
5-
- "v*"
3+
workflow_dispatch:
4+
push:
5+
tags:
6+
- "v*"
67
permissions:
78
contents: write
89

0 commit comments

Comments
 (0)