Skip to content

Commit

Permalink
fix(main): update release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkaintas committed Sep 30, 2022
1 parent 496d075 commit e933465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-as: "v1.0.1"
release-as: "v1.0.2"
release-type: node
package-name: "./server/package.json"
version-file: "./package.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-as: "v1.0.1"
release-as: "v1.0.2"
release-type: node
package-name: "./client/package.json"
version-file: "./package.json"
Expand Down

0 comments on commit e933465

Please sign in to comment.