Skip to content

Commit

Permalink
Fix 02
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulholla committed Mar 8, 2022
1 parent 3fb3095 commit f9107d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: dev-drprasad/[email protected]
with:
delete_release: true # default: false
tag_name: ${{ DEV_RELEASE }} # tag name to delete
tag_name: $DEV_RELEASE # tag name to delete
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -58,7 +58,7 @@ jobs:
if: ${{ always() && steps.create-tarfile.outcome == 'success' }}
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ DEV_RELEASE }}
tag_name: $DEV_RELEASE
body: "Development release created with each merge into the main branch."
files: ${{ steps.create-tarfile.outputs.tarball_full_name }}
env:
Expand Down

0 comments on commit f9107d5

Please sign in to comment.