mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
fix: Creating tags
This commit is contained in:
parent
4c4b05ff16
commit
8480a167b4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -463,6 +463,9 @@ jobs:
|
||||||
- build-web
|
- build-web
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
if: needs.fetch-info.outputs.build_type == 'nightly'
|
if: needs.fetch-info.outputs.build_type == 'nightly'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue