Skip to content

Commit 133fc34

Browse files
committed
remove tagging, experimentt
1 parent 1607db7 commit 133fc34

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,3 @@ jobs:
5555
release-type: node
5656
package-name: ${{ matrix.package }}
5757
monorepo-tags: true
58-
tag:
59-
runs-on: ubuntu-latest
60-
needs: release
61-
steps:
62-
- uses: actions/checkout@v2
63-
- id: tagging
64-
uses: actions/github-script@v3
65-
with:
66-
github-token: ${{secrets.GITHUB_TOKEN}}
67-
script: |
68-
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
69-
const latestRelease = await github.issues.addLabels({
70-
owner,
71-
repo,
72-
issue_number: ${{needs.release.outputs.prNumber}}
73-
labels: 'autorelease: pending'
74-
});
75-
console.log(`Tagged ${{needs.release.outputs.prNumber}}`)
76-
if: ${{needs.release.outputs.prNumber}})

0 commit comments

Comments
 (0)