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 9f8cb66 commit 3a97c41Copy full SHA for 3a97c41
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
5
- main
6
paths:
7
- 'packages/fastify-renderer/package.json'
8
+ workflow_dispatch:
9
+
10
jobs:
11
test:
12
uses: ./.github/workflows/ci.yml
@@ -26,10 +28,12 @@ jobs:
26
28
access: public
27
29
- name: Push version tag to github
30
uses: actions-ecosystem/action-push-tag@v1
31
+ if: ${{ steps.npm-publish.outputs.type != 'none' }}
32
with:
33
tag: ${{ steps.npm-publish.outputs.version }}
34
- name: Publish Release to github
35
uses: "marvinpinto/action-automatic-releases@latest"
36
37
38
repo_token: "${{ secrets.GITHUB_TOKEN }}"
39
prerelease: false
0 commit comments