We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b58ae + 654b09c commit 60b4a65Copy full SHA for 60b4a65
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
14
- run: git archive --worktree-attributes --format tar.gz -9 --prefix redmine_dashboard/ "${GITHUB_REF_NAME}" > "redmine-dashboard_${GITHUB_REF_NAME}.tar.gz"
15
- - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
+ - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
with:
0 commit comments