Skip to content

Commit

Permalink
test: mislabel releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cptchloroplast committed Apr 25, 2023
1 parent 5eec2a9 commit e90ca90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
TAG=$(git describe --abbrev=0)
echo "$TAG"
[[ "$TAG" =~ \- ]] && PRERELEASE="true" || PRERELEASE="false"
[[ ! "$TAG" == *-* ]] && PRERELEASE="true" || PRERELEASE="false"
echo "$PRERELEASE"
echo "prerelease=$PRERELEASE" >> "$GITHUB_OUTPUT"
id: version
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template",
"version": "1.0.0-epic-1-v1.4",
"version": "1.0.0-epic-1-v1.5",
"description": "Okkema Labs Javascript Template",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e90ca90

Please sign in to comment.