Skip to content

Commit

Permalink
main packer yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Nov 7, 2023
1 parent 3d14e4f commit 40df305
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/publish-develop-release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Publish develop release

on:
push:
branches:
- develop-ts

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
submodules: "true"
# - name: Install dependencies
# run: yarn install
- name: Run pack (also releases to GitHub)
run: chmod +x ./pack-dev.sh && ./pack-dev.sh
env:
name: Publish develop release

on:
push:
branches:
- develop-ts

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
submodules: "true"
# - name: Install dependencies
# run: yarn install
- name: Run pack (also releases to GitHub)
run: chmod +x ./packer-main.sh && ./packer-main.sh --prerelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
# - name: Install dependencies
# run: yarn install
- name: Run pack (also releases to GitHub)
run: chmod +x ./pack.sh && ./pack.sh
run: chmod +x ./packer-main.sh && ./packer-main.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40df305

Please sign in to comment.