Skip to content

Commit

Permalink
Merge pull request #22 from OudomMunint/OudomMunint-patch-1
Browse files Browse the repository at this point in the history
PR: Patch-1 => Main
  • Loading branch information
OudomMunint authored Dec 19, 2023
2 parents b97ba19 + 5a6da68 commit b111d8f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
name: UE Release

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: write

jobs:
Checkout-Repo:
Verify-Project-Integrity:
runs-on: ubuntu-latest
steps:
- name: Checkout PROD
uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x

- name: Checkout PROD
uses: actions/checkout@v2

- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: "react-github-actions-build"
artifacts: "UE4&5-github-actions-build"
tag: v1.4.9.5

0 comments on commit b111d8f

Please sign in to comment.