Skip to content

Commit

Permalink
prepare release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0rphee committed Aug 27, 2023
1 parent 56e6cab commit f4a1866
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,13 @@ jobs:
- name: Check artifacts
run: ls -R

- name: Create short commit sha
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-8)" >> $GITHUB_ENV

- name: Release
uses: softprops/action-gh-release@v1
with:
name: Pre-release ${{ env.GITHUB_SHA_SHORT }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: true
tag_name: ${{ github.ref_name }}
fail_on_unmatched_files: true
generate_release_notes: true
files: 'schedule-maker-x86_64-**/schedule-maker-x86_64-*'

0 comments on commit f4a1866

Please sign in to comment.