Skip to content

Commit

Permalink
release-as: 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 authored Mar 27, 2024
1 parent 7e823f0 commit ac02c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: oslllo-svg-fixer
release-as: 4.0.0
release-as: 4.0.1
# The logic below handles the npm publication:
- uses: actions/checkout@v2
# these if statements ensure that a publication only occurs when
Expand All @@ -37,4 +37,4 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit ac02c3f

Please sign in to comment.