File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
7
+ permissions :
8
+ contents : write
9
+
7
10
jobs :
8
11
build :
9
12
runs-on : ubuntu-latest
46
49
files : |
47
50
build/${{ env.EXTENSION_NAME }}-${{ env.RELEASE_VERSION }}.zip
48
51
build/${{ env.EXTENSION_NAME }}-${{ env.RELEASE_VERSION }}.sha256
49
- env :
50
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
+ token : ${{ secrets.GITHUB_TOKEN }}
51
53
52
54
- name : Create development build
53
55
run : make dev
57
59
with :
58
60
files : |
59
61
build/${{ env.EXTENSION_NAME }}-dev.zip
60
- env :
61
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
+ token : ${{ secrets.GITHUB_TOKEN }}
62
63
63
64
- name : Update release notes
64
65
uses : softprops/action-gh-release@v1
84
85
```bash
85
86
sha256sum -c ${{ env.EXTENSION_NAME }}-${{ env.RELEASE_VERSION }}.sha256
86
87
```
87
- env :
88
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments