Skip to content

Commit

Permalink
feat: ✨ 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenMaalouf committed Nov 6, 2023
1 parent 96a6246 commit 411fb58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ jobs:
fetch-depth: 0
- name: Setup Versioning
uses: ./.github/actions/version
- name: Package Plugin - 5.0
- name: Package Plugin - 5.1
uses: ./.github/actions/package
with:
engineVersion: '5.0'
engineVersion: '5.1'
releaseVersion: ${{ steps.gitversion.outputs.semVer }}
epicGamesDirectory: ${{ secrets.EPIC_GAMES_DIRECTORY }}
launcherDirectory: ${{ secrets.LAUNCHER_DIRECTORY }}
- name: Package Plugin - 5.1
- name: Package Plugin - 5.2
uses: ./.github/actions/package
with:
engineVersion: '5.1'
engineVersion: '5.2'
releaseVersion: ${{ steps.gitversion.outputs.semVer }}
epicGamesDirectory: ${{ secrets.EPIC_GAMES_DIRECTORY }}
launcherDirectory: ${{ secrets.LAUNCHER_DIRECTORY }}
- name: Package Plugin - 5.2
- name: Package Plugin - 5.3
uses: ./.github/actions/package
with:
engineVersion: '5.2'
engineVersion: '5.3'
releaseVersion: ${{ steps.gitversion.outputs.semVer }}
epicGamesDirectory: ${{ secrets.EPIC_GAMES_DIRECTORY }}
launcherDirectory: ${{ secrets.LAUNCHER_DIRECTORY }}
Expand Down

0 comments on commit 411fb58

Please sign in to comment.