Skip to content

Commit

Permalink
modified: .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmek committed Aug 19, 2023
1 parent 5180641 commit ec8af38
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ name: Package and release

on:
workflow_dispatch:
# push:
# tags:
# - "**"
push:
tags:
- "**"

defaults:
run:
working-directory: ./Shitlist

# a workflow is built up as jobs, and within these jobs are steps
jobs:

# "release" is a job, you can name it anything you want
release:
runs-on: ubuntu-latest

Expand All @@ -30,4 +23,4 @@ jobs:
- name: Package and release
uses: BigWigsMods/packager@v2
with:
args: -S -w 0 -a 0 -p 0
args: -S -w 0 -a 0 -p 0 -m .pkgmeta -d

0 comments on commit ec8af38

Please sign in to comment.