Skip to content

Commit

Permalink
Hyperlink to repo tree from snapshotted release
Browse files Browse the repository at this point in the history
Testing 123
  • Loading branch information
WinkelCode committed Aug 8, 2023
1 parent 1fc3232 commit 30cc14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
RELEASE_TAG: snapshot-${{ steps.jobenv.outputs.GIT_TAG_TIME }}
RELEASE_TEXT_TITLE: Snapshot ${{ steps.jobenv.outputs.HUMAN_TIME }} - "${{ steps.jobenv.outputs.COMMIT_MESSAGE }}"
RELEASE_TEXT_BODY: |
Packaged commit: `${{ github.sha }}` from `${{ steps.jobenv.outputs.HUMAN_COMMIT_TIME }}`
Packaged commit: [`${{ github.sha }}`](../../tree/${{ github.sha }}) from `${{ steps.jobenv.outputs.HUMAN_COMMIT_TIME }}`
# Assets:
| Archive name | Contents | Notes |
| ------------ | -------- | ----- |
Expand Down

0 comments on commit 30cc14a

Please sign in to comment.