We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafd782 commit 3238705Copy full SHA for 3238705
.github/workflows/master-ci.yml
@@ -1,6 +1,5 @@
1
name: CI
2
-on:
3
- push
+on: push
4
5
jobs:
6
update-ref:
@@ -26,7 +25,7 @@ jobs:
26
25
TAG_NAME=${GITHUB_REF//\//-}
27
echo "TAG_NAME=test-${TAG_NAME}" >> $GITHUB_OUTPUT
28
- name: Update test tag
29
- uses: ./
+ uses: richardsimko/update-tag@master
30
with:
31
tag_name: ${{ steps.extract-tag.outputs.TAG_NAME }}
32
env:
.github/workflows/test-released-version.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: 'latest'
16
cache: 'yarn'
17
18
- uses: richardsimko/update-tag@master
+ uses: richardsimko/update-tag@v1
19
20
tag_name: test-released-version
21
0 commit comments