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.
2 parents df5a94a + c28bf1f commit d1c823fCopy full SHA for d1c823f
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
OS: ${{ matrix.os }}
17
NODE_VERSION: ${{ matrix.node }}
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- run: git fetch --prune --unshallow
21
- run: git config --global user.name 'Actions'
22
- run: git config --global user.email 'dummy@example.org'
.github/workflows/release-please.yml
@@ -14,7 +14,7 @@ jobs:
14
release-type: node
15
package-name: commit-and-tag-version
# The logic below handles the npm publication:
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
0 commit comments