chore: disable releasing
All checks were successful
Build/release / action-release (push) Successful in 2m40s
All checks were successful
Build/release / action-release (push) Successful in 2m40s
This commit is contained in:
@@ -66,18 +66,18 @@ jobs:
|
||||
retention-days: 7
|
||||
overwrite: true
|
||||
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
if: github.ref_type == 'tag'
|
||||
with:
|
||||
files: |
|
||||
./release/*.deb
|
||||
./release/*.rpm
|
||||
./release/*.flatpak
|
||||
./release/latest-linux.yml
|
||||
server_url: ${{ gitea.server_url }}
|
||||
token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }}
|
||||
repository: "DaanSelen/akartonplanning"
|
||||
tag_name: "${{ env.VERSION }}"
|
||||
name: "${{ env.VERSION }}"
|
||||
sha256sum: true
|
||||
# - name: Release
|
||||
# uses: akkuman/gitea-release-action@v1
|
||||
# if: github.ref_type == 'tag'
|
||||
# with:
|
||||
# files: |
|
||||
# ./release/*.deb
|
||||
# ./release/*.rpm
|
||||
# ./release/*.flatpak
|
||||
# ./release/latest-linux.yml
|
||||
# server_url: ${{ gitea.server_url }}
|
||||
# token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }}
|
||||
# repository: "DaanSelen/akartonplanning"
|
||||
# tag_name: "${{ env.VERSION }}"
|
||||
# name: "${{ env.VERSION }}"
|
||||
# sha256sum: true
|
||||
|
||||
Reference in New Issue
Block a user