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 5719457 commit b97b9f8Copy full SHA for b97b9f8
.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