Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
ci: Different pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 27, 2022
1 parent 4dacef6 commit 34128f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/userscript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:
workflow_dispatch:

jobs:
build:
pre-release:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand All @@ -30,9 +28,11 @@ jobs:
- name: Build userscript
run: yarn userscript:release

- uses: ncipollo/release-action@v1
- uses: marvinpinto/action-automatic-releases@latest
with:
artifacts: "packages/userscript/bundle/kitten-scientists.user.js"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
tag: 2.0.0
token: ${{ secrets.GITHUB_TOKEN }}
title: "Development Build"
files: |
"packages/userscript/bundle/kitten-scientists.user.js"

0 comments on commit 34128f3

Please sign in to comment.