Skip to content

Commit 73f7d63

Browse files
author
xmyno
committed
Update release_packaging.yml
1 parent 76afc2d commit 73f7d63

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Package Addon
4-
5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
72
on:
83
push:
94
tags:
105
- '*'
116

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

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

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

0 commit comments

Comments
 (0)