Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioCoser committed Mar 29, 2024
1 parent 00a88c4 commit 75c09f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
github-release:
needs: publish
needs: npm-publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion examples/async-counter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"doom-reactive-state": "^1.0.1"
"doom-reactive-state": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/cdn-package/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://github.com/AlessioCoser/doom-reactive-state/releases/download/1.0.1/doom-reactive-state.global.js"></script>
<script src="https://github.com/AlessioCoser/doom-reactive-state/releases/download/1.0.2/doom-reactive-state.global.js"></script>
</head>
<body>
<script type="application/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/reactive-state-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"doom-reactive-state": "^1.0.1"
"doom-reactive-state": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/simple-counter-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"doom-reactive-state": "^1.0.1"
"doom-reactive-state": "^1.0.2"
}
}

0 comments on commit 75c09f2

Please sign in to comment.