Skip to content

Commit

Permalink
change version of release action again. bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Nov 16, 2024
1 parent c09113f commit 1725f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: pnpm build

- name: Release
uses: softprops/action-gh-release@2.1.0
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"dev-mini": "vite --port 3000",
"dev": "concurrently \"npm run dev-mini\" \"webxdc-dev run http://localhost:3000\"",
Expand Down

0 comments on commit 1725f5e

Please sign in to comment.