Skip to content

Commit b360c14

Browse files
authored
Merge pull request #34 from webrtc-sdk/blaze/fix-release-job
Fix release job
2 parents f366c4f + 2e3405b commit b360c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- '*'
2121

2222
permissions:
23+
packages: write
2324
contents: write
2425
actions: read
2526

@@ -126,7 +127,7 @@ jobs:
126127
# - build-windows
127128
- build-apple
128129
- build-linux
129-
runs-on: ubuntu-20.04
130+
runs-on: ubuntu-latest
130131
steps:
131132
- name: Create Release
132133
id: create_release

0 commit comments

Comments
 (0)