diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bfcb45cc..7ab9a096 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,15 +32,15 @@ jobs: git push origin +deno git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release' git push origin ${{ steps.release.outputs.tag_name }}-deno - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-node@v1 with: node-version: 14 registry-url: 'https://external-dot-oss-automation.appspot.com/' - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.releases_created }} - run: npm install - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.releases_created }} - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.releases_created }}