Skip to content

Commit

Permalink
Add tags ci (#16)
Browse files Browse the repository at this point in the history
* add tag name

* agaom

* spelling
  • Loading branch information
therealpaulgg authored Mar 18, 2023
1 parent 0845d65 commit 55c2830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@ jobs:
uses: amitsingh-007/[email protected]
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
tag_prefix: 'v'
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "./win-build/ssh-sync-setup.exe"
bodyFile: "body.md"
tag_name: ${{ steps.generate_release_tag.outputs.release_tag }}
release_name: Release ${{ steps.generate_release_tag.outputs.release_tag }}
tag: ${{ steps.generate_release_tag.outputs.release_tag }}

0 comments on commit 55c2830

Please sign in to comment.