Compare commits
No commits in common. "master" and "v10.5.2" have entirely different histories.
26
.github/workflows/releases.yml
vendored
26
.github/workflows/releases.yml
vendored
@ -34,16 +34,26 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: npx grunt prod
|
run: npx grunt prod
|
||||||
|
|
||||||
- name: setup go
|
- name: UI Tests
|
||||||
uses: https://github.com/actions/setup-go@v4
|
if: success()
|
||||||
with:
|
run: |
|
||||||
go-version: '>=1.20.1'
|
sudo apt-get install xvfb
|
||||||
|
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
|
|
||||||
- name: Upload Release Assets
|
- name: Upload Release Assets
|
||||||
if: success()
|
if: success()
|
||||||
id: upload-release-assets
|
id: upload-release-assets
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
files: |-
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
build/prod/*.zip
|
file: build/prod/*.zip
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
tag: ${{ github.ref }}
|
||||||
|
overwrite: true
|
||||||
|
file_glob: true
|
||||||
|
body: "See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details."
|
||||||
|
|
||||||
|
- name: Publish to NPM
|
||||||
|
if: success()
|
||||||
|
uses: JS-DevTools/npm-publish@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
@ -101,7 +101,6 @@ An installation walkthrough, how-to guides for adding new operations and themes,
|
|||||||
- Push your changes to your fork.
|
- Push your changes to your fork.
|
||||||
- Submit a pull request. If you are doing this for the first time, you will be prompted to sign the [GCHQ Contributor Licence Agreement](https://cla-assistant.io/gchq/CyberChef) via the CLA assistant on the pull request. This will also ask whether you are happy for GCHQ to contact you about a token of thanks for your contribution, or about job opportunities at GCHQ.
|
- Submit a pull request. If you are doing this for the first time, you will be prompted to sign the [GCHQ Contributor Licence Agreement](https://cla-assistant.io/gchq/CyberChef) via the CLA assistant on the pull request. This will also ask whether you are happy for GCHQ to contact you about a token of thanks for your contribution, or about job opportunities at GCHQ.
|
||||||
|
|
||||||
## Force build
|
|
||||||
|
|
||||||
## Licencing
|
## Licencing
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user