From 24a22dba8596def35501936dd6016404ac2811d0 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Fri, 3 Apr 2026 07:39:38 +0000 Subject: [PATCH] Fix tagging --- .github/workflows/publish-packages.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 98d0b6cd..93226348 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -210,20 +210,5 @@ jobs: if: needs.version-check.outputs.changed == 'true' run: npm run types - - run: npm publish --tag stable --workspace main --workspace transports/http3-quiche - if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/master' }} - - run: npm publish --tag next --workspace main --workspace transports/http3-quiche - if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/next' }} - - run: | - npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latest - npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latest - if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/master' }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: | - npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latestunstable - npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latestunstable - if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/next' }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - + - run: npm publish --tag latest --workspace main --workspace transports/http3-quiche + if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/master' }} \ No newline at end of file