mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
🛠️ add tags
This commit is contained in:
parent
2cafd91b7b
commit
c4bd79ad90
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -60,6 +60,9 @@ jobs:
|
|||||||
- name: Update version
|
- name: Update version
|
||||||
run: npx changeset version
|
run: npx changeset version
|
||||||
|
|
||||||
|
- name: Tag version
|
||||||
|
run: npx changeset tag
|
||||||
|
|
||||||
- name: Build the extension
|
- name: Build the extension
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
@ -77,3 +80,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
message: "🔖 bump version"
|
message: "🔖 bump version"
|
||||||
|
tags: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user