File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 66 - ' v*'
77 workflow_dispatch :
88
9+ permissions :
10+ contents : write
11+
912jobs :
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
You can’t perform that action at this time.
0 commit comments