We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fd585 commit c9e5b62Copy full SHA for c9e5b62
2 files changed
.github/workflows/tag-release.yml
@@ -0,0 +1,21 @@
1
+name: Tag release
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - package.json
9
10
+jobs:
11
+ gh-release:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v3
15
16
+ - name: Create release with tag
17
+ uses: marco-souza/tag-release@1.0.1
18
+ with:
19
+ version-file: package.json
20
+ token: ${{ secrets.GITHUB_TOKEN }}
21
package.json
@@ -1,7 +1,7 @@
{
"name": "webapp",
"homepage": "https://podcodar-webapp.web.app/",
- "version": "0.1.0",
+ "version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments