mirror of
https://github.com/flatulentfowl/docdrop.git
synced 2026-07-22 06:49:52 +00:00
Merge pull request #4 from FlatulentFowl/claude/debug-persistent-error-szisk
Consolidate release workflow by merging attest and release jobs
This commit is contained in:
commit
24235d7556
1 changed files with 4 additions and 19 deletions
23
.github/workflows/release.yml
vendored
23
.github/workflows/release.yml
vendored
|
|
@ -29,11 +29,11 @@ jobs:
|
|||
echo "main-js-path=main.js" >> $GITHUB_OUTPUT
|
||||
echo "styles-css-path=styles.css" >> $GITHUB_OUTPUT
|
||||
|
||||
attest:
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -56,23 +56,6 @@ jobs:
|
|||
with:
|
||||
subject-path: styles.css
|
||||
|
||||
release:
|
||||
needs: [build, attest]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
@ -80,3 +63,5 @@ jobs:
|
|||
main.js
|
||||
styles.css
|
||||
manifest.json
|
||||
main.js.intoto.jsonl
|
||||
styles.css.intoto.jsonl
|
||||
|
|
|
|||
Loading…
Reference in a new issue