Skip to content

Commit bfffc17

Browse files
Update publish-immutable-actions.yml
1 parent 4d991eb commit bfffc17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-immutable-actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
environment:
14+
name: releaseNewActionVersion
1315
permissions:
1416
contents: read
1517
id-token: write
@@ -23,6 +25,7 @@ jobs:
2325

2426
- name: Checking out
2527
uses: actions/checkout@v4
28+
2629
- name: Publish
2730
id: publish
28-
uses: actions/[email protected]
31+
uses: actions/[email protected]

0 commit comments

Comments
 (0)