Skip to content

Commit 925534c

Browse files
authored
Merge pull request #9 from mona-actions/pmartindev/combine-build-release
Combine build and release
2 parents d6b78c6 + 5d62f0d commit 925534c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@
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

0 commit comments

Comments
 (0)