Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ps-wow/BetterBags_SnipersFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Aug 1, 2024
2 parents f708fd5 + 3488f85 commit e1a911b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish
on:
push:
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Wago
uses: BigWigsMods/packager@v2.3.1
env:
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

0 comments on commit e1a911b

Please sign in to comment.