We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defcc29 commit f84fb59Copy full SHA for f84fb59
1 file changed
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ on:
13
options:
14
- publish-next
15
- publish-latest
16
+ - promote-latest
17
default: publish-next
18
19
concurrency:
@@ -57,6 +58,8 @@ jobs:
57
58
run: |
59
if [ "${{ steps.channel.outputs.action }}" = "publish-next" ]; then
60
bun run publish:next
61
+ elif [ "${{ steps.channel.outputs.action }}" = "promote-latest" ]; then
62
+ bun run promote:latest
63
else
64
bun run publish
65
fi
0 commit comments