Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Feb 4, 2024
1 parent 0773d75 commit 1e25dbe
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
dist/eureka-loader.user.js
dist/unpacked-extension.zip
- name: Create Nightly Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: "marvinpinto/action-automatic-releases@latest"
with:
tag_name: nightly
release_name: Nightly ${{ github.ref }}
body: |
⚠️ Here is an nightly preview version, which may contain bugs, errors, or incomplete features. Nightly releases are not stable or supported, and are intended for testing and feedback purposes only. Use them at your own risk
draft: false
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "aurora"
prerelease: true
title: "Aurora"
files: |
dist/eureka-loader.user.js
dist/unpacked-extension.zip

0 comments on commit 1e25dbe

Please sign in to comment.