Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Oct 17, 2023
1 parent 8730570 commit af62620
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,9 @@ jobs:
with:
ref: ${{ github.ref_name }}

- run: echo "tag=$(cat version.txt)" >> $GITHUB_ENV

- name: Bump Version
id: bump_version
uses: pagopa/github-actions-template/bump-semver@main
with:
semver: 'minor'
current_version: env.tag

- name: Build and Push
id: semver
uses: pagopa/github-actions-template/ghcr-build-push@v1.5.4
with:
tag: ${{ steps.bump_version.outputs.new_version }}
tag: '1.0.0'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af62620

Please sign in to comment.