File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
- uses : ./.github/actions/setup-test-env
19
19
- name : Build all packages
20
- shell : nix develop -c bash -eo pipefail -l {0}
21
20
run : yarn build
22
21
- id : npm-publish
23
22
name : Publish fastify-renderer
@@ -26,14 +25,10 @@ jobs:
26
25
token : ${{ secrets.NPM_TOKEN }}
27
26
package : ./packages/fastify-renderer/package.json
28
27
access : public
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
28
- name : Publish Release to github
35
29
uses : " marvinpinto/action-automatic-releases@latest"
36
30
if : ${{ steps.npm-publish.outputs.type != 'none' }}
37
31
with :
38
32
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
39
- prerelease : false
33
+ prerelease : false
34
+ automatic_release_tag : ${{ steps.npm-publish.outputs.version }}
You can’t perform that action at this time.
0 commit comments