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 fa2bb28 commit 37fd5bb
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 @@ -120,9 +120,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set the release tag environment variable
run: echo RELEASE_TAG=v$SEMVER >> $GITHUB_ENV
- name: Create Github release
run: |
gh release create "v$SEMVER"
gh release create $RELEASE_TAG

Expand Down

0 comments on commit 37fd5bb

Please sign in to comment.