Skip to content

Commit

Permalink
Release the package on Github again (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos authored Aug 25, 2024
1 parent cee46bf commit ef18901
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Package and release
uses: BigWigsMods/packager@master
uses: BigWigsMods/packager@v2

0 comments on commit ef18901

Please sign in to comment.