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 903ee27 commit 8ad7c9eCopy full SHA for 8ad7c9e
2 files changed
.github/workflows/npm-publish.yml
.github/workflows/release-please.yml
@@ -14,5 +14,23 @@ permissions:
14
jobs:
15
release-please:
16
runs-on: ubuntu-latest
17
+ outputs:
18
+ release_created: ${{ steps.release.outputs.release_created }}
19
steps:
20
- uses: google-github-actions/release-please-action@v4
21
+ id: release
22
+ build:
23
+ needs: release-please
24
+ if: ${{ needs.release-please.outputs.release_created }}
25
+ uses: City-of-Helsinki/.github/.github/workflows/ci-node.yml@main
26
+ secrets: inherit
27
+ with:
28
+ node-version: '22'
29
+ upload_artifacts: true
30
+ publish:
31
+ needs: build
32
33
+ uses: City-of-Helsinki/.github/.github/workflows/ci-npm-publish.yml@main
34
35
36
+ use-ci-build: true
0 commit comments