Skip to content

Commit a99d3b7

Browse files
author
OutBot CI
committed
fix: add permissions and fix URLs in release workflow
1 parent 1d0e5f4 commit a99d3b7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*'
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
create-release:
1114
name: Create GitHub Release
@@ -57,15 +60,15 @@ jobs:
5760
5861
#### Manual
5962
```bash
60-
git clone https://github.com/Jesssullivan/chplcheck.git
63+
git clone https://github.com/Jesssullivan/quickchpl.git
6164
git checkout v${{ steps.version.outputs.version }}
62-
export CHPL_MODULE_PATH=$CHPL_MODULE_PATH:$PWD/chplcheck/src
65+
export CHPL_MODULE_PATH=$CHPL_MODULE_PATH:$PWD/quickchpl/src
6366
```
6467
6568
### Documentation
66-
- [README](https://github.com/Jesssullivan/chplcheck/blob/main/README.md)
67-
- [Examples](https://github.com/Jesssullivan/chplcheck/tree/main/examples)
68-
- [API Documentation](https://github.com/Jesssullivan/chplcheck/tree/main/docs)
69+
- [README](https://github.com/Jesssullivan/quickchpl/blob/main/README.md)
70+
- [Examples](https://github.com/Jesssullivan/quickchpl/tree/main/examples)
71+
- [API Documentation](https://github.com/Jesssullivan/quickchpl/tree/main/docs)
6972
7073
draft: false
7174
prerelease: false

0 commit comments

Comments
 (0)