mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Merge branch 'main' into dev
This commit is contained in:
@@ -55,6 +55,12 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- name: Get new version
|
||||
id: get_version
|
||||
run: |
|
||||
TAG="v$(node -p "require('./package.json').version")"
|
||||
echo "tag=$TAG" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Convert release to draft
|
||||
run: |
|
||||
echo "Updating release $TAG to draft"
|
||||
|
||||
Reference in New Issue
Block a user