mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Update publish-new-version.yaml
This commit is contained in:
parent
0188998b4c
commit
a15157465c
3
.github/workflows/publish-new-version.yaml
vendored
3
.github/workflows/publish-new-version.yaml
vendored
@ -50,7 +50,8 @@ jobs:
|
|||||||
- name: npm version
|
- name: npm version
|
||||||
run: |
|
run: |
|
||||||
npm version ${{ github.event.inputs.version }}
|
npm version ${{ github.event.inputs.version }}
|
||||||
git push origin main --follow-tags
|
git push origin main
|
||||||
|
git push --tags
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user