Skip to content

Commit

Permalink
Changed version to 2.5.0 (workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-andre authored Jul 29, 2022
1 parent 57c4b78 commit 31159e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# would show the proper run name. Using per-branch workflow file name seems to be
# the only way around this.
#
name: Hello World 2.3.0
name: Hello World 2.5.0

# manual and REST API runs only
on:
Expand All @@ -39,7 +39,7 @@ env:
# Seems that the only way to track build numbers per branch in GitHub is
# to rename workflow file name in each branch.
#
VERSION: 2.3.0
VERSION: 2.5.0
BUILD_NUMBER: ${{ github.run_number }}
PKG_REV: ${{ github.event.inputs.PKG_REV }}

Expand Down

0 comments on commit 31159e0

Please sign in to comment.