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 37fd5bb commit a14e7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +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: Set the release tag environment variable
# run: echo RELEASE_TAG=v$SEMVER >> $GITHUB_ENV
- name: Create Github release
run: |
gh release create $RELEASE_TAG
gh release create $SEMVER

Expand Down

0 comments on commit a14e7af

Please sign in to comment.