mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
chore: update tag
This commit is contained in:
parent
dba931f56e
commit
d73c2f11e1
2
.github/workflows/publish-app.yml
vendored
2
.github/workflows/publish-app.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
LATEST_VERSION=$(npm view @flowgram.ai/demo-fixed-layout version --tag=latest latest)
|
LATEST_VERSION=$(npm view @flowgram.ai/demo-fixed-layout version --tag=latest latest)
|
||||||
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
|
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
|
||||||
echo "::set-output name=version::$LATEST_VERSION"
|
# https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
||||||
- name: Echo version
|
- name: Echo version
|
||||||
run: |
|
run: |
|
||||||
echo "The package version is : $LATEST_VERSION"
|
echo "The package version is : $LATEST_VERSION"
|
||||||
|
|||||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -71,6 +71,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git tag v$NEW_VERSION
|
git tag "v$NEW_VERSION"
|
||||||
git push origin v$NEW_VERSION
|
git push origin "v$NEW_VERSION"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user