Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent e6e0c6b commit 1021740
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: rubyfmt-release-artifact-macos-latest-native
- id: vars
run: |
echo tag_name=${{github.ref}}-$(git rev-list --count HEAD) >> $GITHUB_OUTPUT
- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag
- uses: actions-ecosystem/action-bump-semver@v1
Expand All @@ -116,4 +113,4 @@ jobs:
fail_on_unmatched_files: true
generate_release_notes: true
prerelease: true
name: ${{steps.vars.outputs.tag_name}}
name: ${{steps.bump-semver.outputs.new_version}}

0 comments on commit 1021740

Please sign in to comment.