mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
Update publish-new-version.yaml
This commit is contained in:
parent
8bf7d31fed
commit
925b89b899
1
.github/workflows/publish-new-version.yaml
vendored
1
.github/workflows/publish-new-version.yaml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
- name: npm version
|
||||
run: |
|
||||
npm version ${{ github.event.inputs.version }}
|
||||
git push origin main --follow-tags
|
||||
env:
|
||||
CI: true
|
||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
|
Loading…
Reference in New Issue
Block a user