Skip to content

Commit d2baafe

Browse files
committed
repair pipeline
1 parent c132a8d commit d2baafe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deployment-master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: CupOfTea696/gh-action-auto-release@v1.0.2
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
with:
40-
tag: "$semver.0"
4139

4240
- name: Upload Release Artifact
4341
id: upload
@@ -60,4 +58,4 @@ jobs:
6058
env:
6159
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_BOT_WEBHOOK }}
6260
with:
63-
args: "<@&1128857090090340382> New Release: ${{ github.event.repository.full_name }} v${{ needs.deploy.outputs.version }}.0 has been deployed. Here are the changes: https://github.com/${{ github.event.repository.full_name }}/releases/tag/${{ needs.deploy.outputs.version }}.0"
61+
args: "<@&1128857090090340382> New Release: ${{ github.event.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/${{ github.event.repository.full_name }}/releases/tag/${{steps.package-version.outputs.current-version}}'"

0 commit comments

Comments
 (0)