Skip to content

Commit cf5933b

Browse files
author
Heiko Alexander Weber
committed
set github-tag-action to 1.19.0
1 parent 220a3dc commit cf5933b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v1
3131
- name: Tag
3232
id: tag
33-
uses: anothrNick/github-tag-action@1.22.0
33+
uses: anothrNick/github-tag-action@1.19.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
WITH_V: false
@@ -42,10 +42,10 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
45-
tag_name: ${{ steps.tag.outputs.tag}}
46-
release_name: ${{ steps.tag.outputs.tag }}
45+
tag_name: ${{ steps.tag.outputs.new_tag}}
46+
release_name: ${{ steps.tag.outputs.new_tag }}
4747
body: |
48-
Release ${{ steps.tag.outputs.tag }}.
48+
Release ${{ steps.tag.outputs.new_tag }}.
4949
draft: false
5050
prerelease: true
5151
- run: printf ${{ steps.create_release.outputs.upload_url }} > ${{ env.RELEASE_FILE }}

0 commit comments

Comments
 (0)