Skip to content

Commit

Permalink
Create workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazou89 committed Jun 5, 2024
1 parent 4369c22 commit 459955b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Package and release

on:
push:
branches:
- main
tags:
- '*'

jobs:
release:
runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2

0 comments on commit 459955b

Please sign in to comment.