We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220a3dc commit cf5933bCopy full SHA for cf5933b
1 file changed
.github/workflows/pipeline.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v1
31
- name: Tag
32
id: tag
33
- uses: anothrNick/github-tag-action@1.22.0
+ uses: anothrNick/github-tag-action@1.19.0
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
WITH_V: false
@@ -42,10 +42,10 @@ jobs:
42
43
44
with:
45
- tag_name: ${{ steps.tag.outputs.tag}}
46
- release_name: ${{ steps.tag.outputs.tag }}
+ tag_name: ${{ steps.tag.outputs.new_tag}}
+ release_name: ${{ steps.tag.outputs.new_tag }}
47
body: |
48
- Release ${{ steps.tag.outputs.tag }}.
+ Release ${{ steps.tag.outputs.new_tag }}.
49
draft: false
50
prerelease: true
51
- run: printf ${{ steps.create_release.outputs.upload_url }} > ${{ env.RELEASE_FILE }}
0 commit comments