Skip to content

Commit

Permalink
fix: correct release tag id
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Nov 14, 2023
1 parent b18cfa7 commit d3b2844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
docker image ls -a
- name: "🚀 release"
id: release
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -122,8 +122,8 @@ jobs:
run: |
echo "RELEASE_TAG: ${{ env.RELEASE_TAG }}"
echo "RELEASE_VERSION: ${{ env.RELEASE_VERSION }}"
echo "outputs.release-tag: ${{ steps.release.outputs.release-tag }}"
echo "outputs.release-version: ${{ steps.release.outputs.release-version }}"
echo "outputs.release-tag: ${{ steps.semantic-release.outputs.release-tag }}"
echo "outputs.release-version: ${{ steps.semantic-release.outputs.release-version }}"
cleanup:
name: Cleanup actions
Expand Down

0 comments on commit d3b2844

Please sign in to comment.