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 88ec0fa commit 0faa075Copy full SHA for 0faa075
1 file changed
.github/workflows/release-please.yml
@@ -24,6 +24,8 @@ jobs:
24
token: ${{ secrets.UUID_RELEASE_PLEASE_TOKEN }}
25
release-type: node
26
27
+ - run: echo "Release created?... ${{ steps.release.outputs.release_created }}"
28
+
29
# Steps below handle publication to NPM
30
31
- uses: actions/checkout@v4
0 commit comments