Skip to content

Commit

Permalink
Remove automation to publish the 'deno' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Jun 13, 2024
1 parent bf642f9 commit 6e1b09a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/feat/deno-runtime'
if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
needs: test

steps:
Expand Down Expand Up @@ -182,8 +182,6 @@ jobs:
GIT_BRANCH="${GITHUB_REF#*heads/}"
if [[ $GIT_BRANCH == 'alpha' ]]; then
npm run go-publish-alpha
elif [[ $GIT_BRANCH == 'feat/deno-runtime' ]]; then
npm publish --access public --tag deno
else
npm run go-publish-beta
fi;
Expand Down

0 comments on commit 6e1b09a

Please sign in to comment.