Skip to content

Commit

Permalink
Update commit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 10, 2024
1 parent 1cf0dff commit 3a1d931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
id: get-commit-hash
run: |
latest_commit_hash=$(git rev-parse HEAD)
echo "latest_commit=$latest_commit" >> GITHUB_OUPUT
echo "latest_commit=$latest_commit" >> $GITHUB_OUPUT
- name: 🔼 Upload package zip artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -364,10 +364,10 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}

- name: 🚀 Create Github Release Draft
- name: 🚀 Create Github Release
uses: ncipollo/release-action@v1
with:
commit: "${{ env.RELEASE_COMMIT }}"
commit: "${{ vars.MAIN_BRANCH }}"
tag: "${{ env.NEXT_VERSION }}"
generateReleaseNotes: true
artifacts: |
Expand Down

0 comments on commit 3a1d931

Please sign in to comment.