We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49e649 commit 9085e0fCopy full SHA for 9085e0f
1 file changed
.github/workflows/release-please.yml
@@ -8,12 +8,11 @@ jobs:
8
release-please:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: GoogleCloudPlatform/release-please-action@v4
+ - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
12
id: release
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
release-type: node
16
- package-name: absolute-version
17
# The logic below handles the npm publication:
18
- uses: actions/checkout@v3
19
# these if statements ensure that a publication only occurs when
0 commit comments