Skip to content

Commit

Permalink
Github actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GurliGebis committed Sep 12, 2024
1 parent f4339d8 commit e47cad0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Package and Release

on:
push:
tags: '*.*.*-*'
tags:
- "*.*.*-*"
workflow_dispatch:

jobs:
Expand All @@ -11,7 +12,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create Package
uses: BigWigsMods/packager@v2
Expand Down

0 comments on commit e47cad0

Please sign in to comment.