diff --git a/.github/workflows/cd.release.yml b/.github/workflows/cd.release.yml index 35881c1..38588b3 100755 --- a/.github/workflows/cd.release.yml +++ b/.github/workflows/cd.release.yml @@ -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 @@ -37,4 +37,4 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} - if: ${{ steps.release.outputs.release_created }} \ No newline at end of file + if: ${{ steps.release.outputs.release_created }}