Skip to content

Commit

Permalink
ci: Release info not generated nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 18, 2024
1 parent 13af7a0 commit dc0ac5c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 47 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
title: Nightly Build v${{ needs.versions.outputs.RELEASE_VERSION }}

update-release-info:
name: 🔹 Update Release Info
if: success() && !inputs.dry-run
needs:
- nightly
permissions:
contents: read
id-token: write
uses: ./.github/workflows/release-info.yml

publish-devcontainer:
name: 🔹 Publish Devcontainer
needs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:

- name: Grab Kitten Scientists Artifacts
run: |
curl --location "${{ steps.release-info.outputs.dev-url-default }}" --output dev.js
curl --location "${{ steps.release-info.outputs.nightly-url-default }}" --output nightly.js
curl --location "${{ steps.release-info.outputs.stable-url-default }}" --output stable.js
curl --location --silent "${{ steps.release-info.outputs.dev-url-default }}" --output dev.js
curl --location --silent "${{ steps.release-info.outputs.nightly-url-default }}" --output nightly.js
curl --location --silent "${{ steps.release-info.outputs.stable-url-default }}" --output stable.js
- name: Deploy to S3
run: |
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/userscript-tagged-release.yml

This file was deleted.

0 comments on commit dc0ac5c

Please sign in to comment.