Skip to content

Commit 6106929

Browse files
committed
update marvinpinto/action-automatic-releases
1 parent 0d9a491 commit 6106929

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "startsWith(github.ref, 'refs/tags/lib-')"
1010
continue-on-error: true
1111
steps:
12-
- uses: "marvinpinto/action-automatic-releases@v1.1.1"
12+
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
1313
with:
1414
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1515
automatic_release_tag: "${{ github.ref_name }}"
@@ -24,7 +24,7 @@ jobs:
2424
upload_url: ${{ steps.auto-release.outputs.upload_url }}
2525
steps:
2626
- id: auto-release
27-
uses: "marvinpinto/action-automatic-releases@v1.1.1"
27+
uses: "marvinpinto/action-automatic-releases@v1.2.1"
2828
with:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3030
automatic_release_tag: "${{ github.ref_name }}"
@@ -130,7 +130,7 @@ jobs:
130130
if: "startsWith(github.ref, 'refs/tags/pprofrs-')"
131131
continue-on-error: true
132132
steps:
133-
- uses: "marvinpinto/action-automatic-releases@v1.1.1"
133+
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
134134
with:
135135
repo_token: "${{ secrets.GITHUB_TOKEN }}"
136136
automatic_release_tag: "${{ github.ref_name }}"
@@ -143,7 +143,7 @@ jobs:
143143
if: "startsWith(github.ref, 'refs/tags/rbspy-')"
144144
continue-on-error: true
145145
steps:
146-
- uses: "marvinpinto/action-automatic-releases@v1.1.1"
146+
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
147147
with:
148148
repo_token: "${{ secrets.GITHUB_TOKEN }}"
149149
automatic_release_tag: "${{ github.ref_name }}"
@@ -156,7 +156,7 @@ jobs:
156156
if: "startsWith(github.ref, 'refs/tags/pyspy-')"
157157
continue-on-error: true
158158
steps:
159-
- uses: "marvinpinto/action-automatic-releases@v1.1.1"
159+
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
160160
with:
161161
repo_token: "${{ secrets.GITHUB_TOKEN }}"
162162
automatic_release_tag: "${{ github.ref_name }}"

0 commit comments

Comments
 (0)