💚 Improve auto create tag workflow
This commit is contained in:
10
.github/workflows/auto-create-tags.yml
vendored
10
.github/workflows/auto-create-tags.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: 'Create main tag'
|
- name: 'Create main tag'
|
||||||
id: 'main'
|
id: 'main'
|
||||||
uses: Klemensas/action-autotag@stable
|
uses: butlerlogic/action-autotag@stable
|
||||||
with:
|
with:
|
||||||
tag_prefix: 'v'
|
tag_prefix: 'v'
|
||||||
|
|
||||||
@ -23,13 +23,13 @@ jobs:
|
|||||||
uses: EndBug/latest-tag@latest
|
uses: EndBug/latest-tag@latest
|
||||||
|
|
||||||
- name: 'Create js tag'
|
- name: 'Create js tag'
|
||||||
uses: Klemensas/action-autotag@stable
|
uses: butlerlogic/action-autotag@stable
|
||||||
with:
|
with:
|
||||||
package_root: '/packages/embeds/js'
|
root: '/packages/embeds/js'
|
||||||
tag_prefix: 'js-v'
|
tag_prefix: 'js-v'
|
||||||
|
|
||||||
- name: 'Create react tag'
|
- name: 'Create react tag'
|
||||||
uses: Klemensas/action-autotag@stable
|
uses: butlerlogic/action-autotag@stable
|
||||||
with:
|
with:
|
||||||
package_root: '/packages/embeds/react'
|
root: '/packages/embeds/react'
|
||||||
tag_prefix: 'react-v'
|
tag_prefix: 'react-v'
|
||||||
|
Reference in New Issue
Block a user