Skip to content

Commit

Permalink
Merge pull request #11 from affinidi/fix_release_naming
Browse files Browse the repository at this point in the history
fix: updating release name tag
  • Loading branch information
raghavendrram authored Jan 17, 2024
2 parents fb70895 + 808c03b commit 663e83b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/tag-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ jobs:
WITH_V: true
PRERELEASE: false
RELEASE_BRANCHES: main

release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GH_TOKEN: ${{ github.token }}
with:
title: ${{ needs.create_tag.outputs.tag }}

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GH_TOKEN: ${{ github.token }}
with:
title: ${{ steps.create_tag.outputs.new_tag }}

0 comments on commit 663e83b

Please sign in to comment.