Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 from latitudegames/0.0.24-auto-patch
Browse files Browse the repository at this point in the history
Set package version to 32 inline with current release expectations, r…
  • Loading branch information
Sean Gillespie authored Sep 27, 2021
2 parents 4f82bb0 + 751f396 commit 0221631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/thoth-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: set git tag name to enviroment
working-directory: core
run: echo "LATEST_TAG=v$(node -pe "require('./package.json').version")" >> $GITHUB_ENV
- name: add git tag and push
run: |
git tag ${{ env.LATEST_TAG }}
git push --tags
- name: Install Dependencies
run: yarn install
- name: Prepare and Release
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitudegames/thoth-core",
"version": "0.0.34",
"version": "0.0.32",
"description": "core shared code for thoth",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 0221631

Please sign in to comment.