We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fccf6 commit c4d72cdCopy full SHA for c4d72cd
.github/workflows/release.yaml
@@ -7,22 +7,4 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Checkout
13
- uses: actions/checkout@v4
14
-
15
- - name: Get the version
16
- id: get_version
17
- if: startsWith(github.ref, 'refs/tags/')
18
- run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
19
20
- - name: Release
21
- uses: softprops/action-gh-release@v2
22
- with:
23
- token: ${{ secrets.GITHUB_TOKEN }}
24
- tag_name: ${{ github.ref }}
25
- name: Release ${{ steps.get_version.outputs.VERSION }}
26
- draft: false
27
- prerelease: false
28
- generate_release_notes: true
+ uses: friendsofhyperf/.github/.github/workflows/release.yaml@main
0 commit comments