Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 9, 2024
1 parent c726d23 commit d53c693
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ on:
- main
paths:
- "Artifacts.toml"
workflow_dispatch:
inputs:
ref:
description: The Git branch or commit SHA which we want to publish a release for.
type: string
requried: true
default: main
workflow_dispatch: {}
jobs:
publish:
name: Publish
Expand All @@ -23,8 +17,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref || github.sha }}
- name: Determine artifact details
id: details
shell: julia --color=yes {0}
Expand Down

0 comments on commit d53c693

Please sign in to comment.