Skip to content

Commit 3238705

Browse files
committed
More realistic CI testing
1 parent bafd782 commit 3238705

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/master-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: CI
2-
on:
3-
push
2+
on: push
43

54
jobs:
65
update-ref:
@@ -26,7 +25,7 @@ jobs:
2625
TAG_NAME=${GITHUB_REF//\//-}
2726
echo "TAG_NAME=test-${TAG_NAME}" >> $GITHUB_OUTPUT
2827
- name: Update test tag
29-
uses: ./
28+
uses: richardsimko/update-tag@master
3029
with:
3130
tag_name: ${{ steps.extract-tag.outputs.TAG_NAME }}
3231
env:

.github/workflows/test-released-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 'latest'
1616
cache: 'yarn'
1717
- name: Update test tag
18-
uses: richardsimko/update-tag@master
18+
uses: richardsimko/update-tag@v1
1919
with:
2020
tag_name: test-released-version
2121
env:

0 commit comments

Comments
 (0)