Skip to content

Commit

Permalink
Update publish-new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 5, 2022
1 parent 8bf7d31 commit 925b89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-new-version.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 925b89b

Please sign in to comment.