Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Feb 17, 2024
1 parent 3ec651e commit 6f12633
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 7th-Heaven

run-name: 3.3.1.${{ github.run_number }}
run-name: 3.4.0.${{ github.run_number }}

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ env:
_RELEASE_VERSION: v0
_RELEASE_CONFIGURATION: Release
_BUILD_BRANCH: "${{ github.ref }}"
_BUILD_VERSION: "3.3.1.${{ github.run_number }}"
_BUILD_VERSION: "3.4.0.${{ github.run_number }}"
_CHANGELOG_VERSION: "0"
# VCPKG: Enable Binary Caching
VCPKG_BINARY_SOURCES: clear;nuget,github,readwrite
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_PACKAGES_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Set versions in AssemblyInfo.cs
id: set-assembly-version
uses: secondbounce/assemblyinfo-update@v2
uses: tsunamods-codes/assemblyinfo-update@main
with:
version: "${{ env._BUILD_VERSION }}"
recursive: true
Expand Down

0 comments on commit 6f12633

Please sign in to comment.