We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542c683 + b97b9f8 commit 158c472Copy full SHA for 158c472
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Repo metadata
19
id: repo
20
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.0
21
with:
22
script: |
23
const repo = await github.rest.repos.get(context.repo)
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
77
steps:
78
- name: Recreate tag
79
80
81
82
const tag = 'tags/${{ matrix.tag }}';
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments