Skip to content

Commit

Permalink
build: use VERSION instead of ref_name for testing in master
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 24, 2024
1 parent 806bdae commit 0d13253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: smoketest
run: >-
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=${{ github.ref_name }}
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}
docker-compose
-f tests/docker-compose.test.postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
v1.5.0

0 comments on commit 0d13253

Please sign in to comment.