Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent 07514ca commit e7817f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
- id: vars
run: |
echo tag_name=${{github.ref}}-$(git rev-list --count HEAD) >> $GITHUB_OUTPUT
# - name: Ship It 🚢
# uses: softprops/action-gh-release@v1
# with:
# files: rubyfmt-*.tar.gz
# fail_on_unmatched_files: true
# generate_release_notes: true
# prerelease: true
# name: ${{steps.vars.outputs.tag_name}}
# tag_name: "${{github.ref}}-${{ steps.vars.outputs.tag_name }}"
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: rubyfmt-*.tar.gz
fail_on_unmatched_files: true
generate_release_notes: true
prerelease: true
name: ${{steps.vars.outputs.tag_name}}
tag_name: ${{steps.vars.outputs.tag_name}}

0 comments on commit e7817f7

Please sign in to comment.