Update ci.yaml

This commit is contained in:
Rohan Sircar 2021-04-17 23:37:02 +05:30 committed by GitHub
parent f70b77fadb
commit 5d12bdd3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,11 +95,12 @@ jobs:
with:
username: rohansircar
password: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Migrate
run: csbt flyway/flywayMigrate
- name: Publish
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
csbt docker:publish
publish-devel: