Skip to content

Commit

Permalink
Update release_packaging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xmyno committed Nov 17, 2020
1 parent 76afc2d commit 73f7d63
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release_packaging.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# This is a basic workflow to help you get started with Actions

name: Package Addon

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
tags:
- '*'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v1

- name: Create Retail Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
env:
GITHUB_OAUTH: ${{ secrets.OAUTH_TOKEN }}
GITHUB_OAUTH: ${{ secrets.OAUTH_TOKEN }}

0 comments on commit 73f7d63

Please sign in to comment.