Skip to content

Commit

Permalink
ci: refactor nightly to use release workflow
Browse files Browse the repository at this point in the history
renamed release-icons to publish-icons workflow
  • Loading branch information
ju-Skinner committed Oct 26, 2023
1 parent eb0fc77 commit f0aefd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
preid: ${{ inputs.preid || '' }}
ref: ${{ inputs.ref || 'next' }}
ref: ${{ inputs.ref || 'main' }}
tag: ${{ inputs.tag || 'nightly' }}
version: ${{inputs.version || '' }}
secrets: inherit
Expand Down

0 comments on commit f0aefd1

Please sign in to comment.