Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jed-wemade authored Jun 13, 2024
1 parent a4458e8 commit e3e3b37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- devnet
- dev
- master

jobs:
Expand All @@ -20,6 +21,15 @@ jobs:
echo "head_ref" ${{ github.head_ref }}
echo "base_ref" ${{ github.base_ref }}
- name: Set version
id: set_version
run: echo "GWEMIX_VERSION=1.4.3" >> "$GITHUB_OUTPUT"

- name: get version
env:
GWEMIX_VERSION: ${{ steps.set_version.outputs.GWEMIX_VERSION }}
run: echo "[XXX] $GWEMIX_VERSION"

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit e3e3b37

Please sign in to comment.