Skip to content

Commit

Permalink
[workflows] add release step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDreyer committed Apr 23, 2024
1 parent 9b46d98 commit ce61901
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
run: sha512sum src/main/resources/ruby/builtin_types.zip > src/main/resources/ruby/builtin_types.zip.sha512
- name: Show SHA512
run: cat src/main/resources/ruby/builtin_types.zip.sha512
# - name: Set next release version
# id: taggerFinal
# uses: anothrNick/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# WITH_V: true
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}
- name: Set next release version
id: taggerFinal
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}

0 comments on commit ce61901

Please sign in to comment.