Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Sep 22, 2023
1 parent c01eb89 commit 04a7bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
const semver = require("semver")
const version = context.ref.replace('refs/tags/v', '')
if (semver.valid(version)) {
return semver
return version
}
throw new Error('not semver')
result-encoding: string
Expand Down

0 comments on commit 04a7bfa

Please sign in to comment.