Skip to content

Commit dce0116

Browse files
committed
Define required permissions for pre-release workflow
Signed-off-by: Kyle Harding <[email protected]>
1 parent 1aa6e08 commit dce0116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- rc
2727
- snapshot
2828
required: false
29-
29+
3030
env:
3131
REGISTRY: ghcr.io
3232
IMAGE_NAME: ${{ github.repository }}
@@ -75,7 +75,7 @@ jobs:
7575
sleep 10
7676
curl http://localhost:3000
7777
- run: echo "${{ github.ref }}"
78-
- name: Tag a final release
78+
- name: Tag a final release
7979
id: prerelease
8080
uses: actionsdesk/semver@82aa4310e4e21c59cd0020007a4278e733e81dcb
8181
with:

0 commit comments

Comments
 (0)