We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5002817 commit 79013d2Copy full SHA for 79013d2
.github/workflows/publish.yml
@@ -19,6 +19,8 @@ jobs:
19
github-release:
20
needs: publish
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ contents: write
24
steps:
25
- uses: actions/checkout@v2
26
- uses: actions/setup-node@v1
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02)
2
+
3
4
+### Bug Fixes
5
6
+* set permissions for github action ([4c90f75](https://github.com/jipitiai/askcodebase-common/commit/4c90f7564290ced90fe873e48439d9ed32401518))
7
8
9
10
## [1.1.8](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.8) (2023-08-02)
11
12
0 commit comments