Skip to content

Commit

Permalink
Fixed process (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Apr 17, 2024
1 parent e7d7c6b commit de1fe22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Release
id: release
run: |
git config user.email "[email protected]"
git config user.name "pagopa-github-bot"
npm version ${{ inputs.release_type }} --no-git-tag-version
NEXT_VERSION=$(node -p "require('./package.json').version")
RELEASE_TAG="v$NEXT_VERSION-RELEASE"
Expand Down

0 comments on commit de1fe22

Please sign in to comment.