We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70752c commit 442f247Copy full SHA for 442f247
2 files changed
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
OS: ${{ matrix.os }}
17
NODE_VERSION: ${{ matrix.node }}
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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: standard-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