Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Azilroka committed Oct 16, 2024
1 parent 2c4a9cb commit 9f3e7f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Package
uses: BigWigsMods/packager@v2
uses: BigWigsMods/packager@master

0 comments on commit 9f3e7f2

Please sign in to comment.