Skip to content

Commit

Permalink
Use GitHub Actions to package
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Jul 14, 2024
1 parent fb1f027 commit 8caa9f8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Package and release

on:
push:
tags:
- '**'

jobs:

release:

runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
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
4 changes: 1 addition & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package-as: FieldGuide
enable-nolib-creation: no

ignore:
- README.md
- .travis.yml
- README.md
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 8caa9f8

Please sign in to comment.