Skip to content

Commit

Permalink
update version 0,9
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 24, 2024
1 parent 6de4b4d commit 4a1ebae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/page-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
id: check
- name: Create new tag against package.json version
uses: neverendingqs/gh-action-tag-on-npm-version@master
if: steps.check.outputs.has_changed == 'true'
if: steps.check.outputs.changed == 'true'
- name: Build Release
uses: "marvinpinto/action-automatic-releases@latest"
if: steps.check.outputs.has_changed == 'true'
if: steps.check.outputs.changed == 'true'
with:
prerelease: false
repo_token: "${{ secrets.GITHUB_TOKEN }}"
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": "dockit-site",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4a1ebae

Please sign in to comment.