Skip to content

Commit

Permalink
Feat/ags GitHub action (#31)
Browse files Browse the repository at this point in the history
* add wf to check ags version

* add build and release ci

* bump ags version
  • Loading branch information
jamesholcombe authored Oct 26, 2024
1 parent bd6f492 commit 6103549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-release-ags-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v2
with:
tag_name: "ags-v${{ env.ags_version }}"
release_name: "AGS Library v${{ env.ags_version }}"
Expand Down
2 changes: 1 addition & 1 deletion ags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groundup-dev/ags",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 6103549

Please sign in to comment.