Skip to content

Commit

Permalink
dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Sep 4, 2024
1 parent 243d4fb commit 81b582c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:

- name: Create tag
run: |
git tag ${{ steps.set_tag_name.outputs.tag_name }}
git push --tags
git tag ${{ steps.set_tag_name.outputs.tag_name }} -f
git push --tags -f
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.set_tag_name.outputs.tag_name }}
skipIfReleaseExists: true
prerelease: true
artifactErrorsFailBuild: true
artifacts: artifacts/**/*/*
artifacts: artifacts/**/*.{AppImage,exe,dmg,jar}

0 comments on commit 81b582c

Please sign in to comment.