1
0
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:
Mateusz Kwasniewski 2022-12-05 17:10:14 +01:00 committed by GitHub
parent 8bf7d31fed
commit 925b89b899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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