Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent f595d3b commit 97ebf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
patch: ${{ steps.version.outputs.patch }}
prerelease: ${{ steps.version.outputs.prerelease }}
prerelease-depth: ${{ steps.set-prerelease-depth.outputs.prerelease_depth }}
is-prerelease: ${{ steps.set-is-prerelease.is_prerelease }}
is-prerelease: ${{ steps.set-is-prerelease.outputs.is_prerelease }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 97ebf38

Please sign in to comment.