Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Update trigger-release-from-file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy authored Nov 29, 2022
1 parent 23707d0 commit d4c0591
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/trigger-release-from-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
mvn -ntp versions:set -DnewVersion="$APIMAN_VERSION" -DgenerateBackupPoms=false -DprocessAllModules=true
mvn clean install
- uses: EndBug/add-and-commit@v9
- uses: EndBug/add-and-commit@v9.1.1
with:
message: "Bump Apiman version to $APIMAN_VERSION"

- name: Tag release
run: |
git tag -f -a -m "Apiman Docker tag release $APIMAN_VERSION" $APIMAN_VERSION
git push origin HEAD:master $APIMAN_VERSION --tags
tag: '${{ env.APIMAN_VERSION }} --force -m "Apiman Docker tag release $APIMAN_VERSION"'
tag_push: "--force"

- name: Create GitHub release ${{ env.APIMAN_VERSION }}
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d4c0591

Please sign in to comment.