Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Nov 9, 2023
1 parent f86745b commit 27c415c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ jobs:
run: echo RELEASE_TAG=v$SEMVER >> $GITHUB_ENV
- name: Display Tag
run: echo $RELEASE_TAG
- name: Set GH CLI variable
run: gh variable set TAG --body "$RELEASE_TAG"
- name: Create Github release
run: |
gh release create "$RELEASE_TAG"
gh release create "$TAG"

Expand Down

0 comments on commit 27c415c

Please sign in to comment.