Skip to content

Commit

Permalink
other(workflow): add v to tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
metamethods committed Nov 28, 2024
1 parent 03a301b commit 662bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: stylua --check .
- run: pesde install
- run: rojo build --output build.rbxm release.project.json
- run: echo "VERSION=$(cat pesde.toml | grep -Po 'version = \"\K([0-9.]+)')" >> "$GITHUB_ENV"
- run: echo "VERSION=v$(cat pesde.toml | grep -Po 'version = \"\K([0-9.]+)')" >> "$GITHUB_ENV"
- uses: ncipollo/release-action@v1
with:
artifacts: "build.rbxm"
Expand Down

0 comments on commit 662bede

Please sign in to comment.