Skip to content

Commit

Permalink
fixes in the deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar-Naik committed Nov 4, 2022
1 parent 7a8d200 commit c67bb20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ jobs:
- name: "📑 Setup release information"
run: |
pom_version=`xmllint --xpath '/*[local-name()="project"]/*[local-name()="version"]/text()' pom.xml`
echo "POM_VERSION=$pom_version" >> $GITHUB_ENV- name: "✏️ Generate release changelog"
echo "POM_VERSION=$pom_version" >> $GITHUB_ENV
- name: "✏️ Generate release changelog"
id: extract-release-changelog
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
stripHeaders: true
stripGeneratorNotice: true
onlyLastTag: "true"
stripHeaders: "true"
stripGeneratorNotice: "true"

- name: "📍 Create release"
uses: actions/create-release@v1
Expand Down Expand Up @@ -108,6 +110,4 @@ jobs:
CI_USER: github-actions
CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push "https://$CI_USER:[email protected]/$GITHUB_REPOSITORY.git" HEAD:master
git push "https://$CI_USER:[email protected]/$GITHUB_REPOSITORY.git" HEAD:master

0 comments on commit c67bb20

Please sign in to comment.