1
0
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:
Mateusz Kwasniewski 2022-12-06 09:46:41 +01:00 committed by GitHub
parent 0188998b4c
commit a15157465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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