File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 19
19
- version
20
20
- release
21
21
22
+ concurrency : ${{ github.workflow }}-${{ github.ref }}
23
+
22
24
jobs :
23
25
version-or-release :
24
26
name : Create Version PR or Release
25
- if : github.repository == 'mfranzke/css-if-polyfill'
26
27
runs-on : ubuntu-24.04
27
- permissions :
28
- contents : write # to create release (changesets/action)
29
- issues : write # to post issue comments (changesets/action)
30
- pull-requests : write # to create pull request (changesets/action)
31
- id-token : write # to use OpenID Connect token for provenance (changesets/action)
32
28
steps :
33
29
- name : Checkout repository
34
30
uses : actions/checkout@v4
35
- with :
36
- fetch-depth : 0
37
31
38
32
- name : Setup Node.js
39
33
uses : actions/setup-node@v4
45
39
run : npm ci
46
40
47
41
- name : Create Release Pull Request or Publish to npm
42
+ id : changesets
48
43
# https://github.com/changesets/action
49
44
uses : changesets/action@v1
50
45
with :
You can’t perform that action at this time.
0 commit comments