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
|
||||
run: |
|
||||
npm version ${{ github.event.inputs.version }}
|
||||
git push origin main --follow-tags
|
||||
git push origin main
|
||||
git push --tags
|
||||
env:
|
||||
CI: true
|
||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
|
Loading…
Reference in New Issue
Block a user