Skip to content

Commit

Permalink
Added biuld release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-of-codecraft committed Aug 23, 2024
1 parent d2a5ffe commit 1ac8601
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build And Release
on:
push:
branches:
- 'araxia-main'
- 'master'
pull_request:
branches:
- 'araxia-main'
- 'master'
jobs:
build-release:
runs-on: ubuntu-latest
container:
image: ghcr.io/araxiaonline/ac-wotlk-worldserver-devcontainer:latest
options: --user root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: build
uses: araxiaonline/share-gh-workflows/.github/actions/build-tag-release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_release: true

0 comments on commit 1ac8601

Please sign in to comment.