Skip to content

Commit

Permalink
chore: remove last release sha
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 29, 2023
1 parent a7eb258 commit 61eebfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:
worker-count: 16

release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [
test-node,
Expand All @@ -217,7 +218,6 @@ jobs:
test-interop,
transport-interop
]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# https://docs.npmjs.com/generating-provenance-statements
permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .release-please.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"last-release-sha": "17d980c902fa5314e954508255a41c0854416d47",
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${component}",
"packages": {
Expand Down

0 comments on commit 61eebfe

Please sign in to comment.