Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 13, 2024
1 parent cd3606d commit 20796c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

env:
REPO_STATUS: ${{vars.REPO_VISIBILITY}}
SQLCOMPARE_VERSION: 15.3.13

steps:
- name: "Initialise Workspace"
Expand Down Expand Up @@ -95,6 +96,9 @@ jobs:
SQL_DB: ${{vars.SQL_DB}}
SQL_USER: ${{vars.SQL_USER}}
SQL_PASSWORD: ${{secrets.SQL_PASSWORD}}
REDGATE_EMAIL: ${{secrets.REDGATE_EMAIL}}
REDGATE_PAT: ${{secrets.REDGATE_PAT}}
SQLCOMPARE_VERSION: ${{env.SQLCOMPARE_VERSION}}
CREATE_RELEASE: true

- name: "Build and deploy"
Expand Down Expand Up @@ -140,6 +144,9 @@ jobs:
SQL_DB: ${{vars.SQL_DB}}
SQL_USER: ${{vars.SQL_USER}}
SQL_PASSWORD: ${{secrets.SQL_PASSWORD}}
REDGATE_EMAIL: ${{secrets.REDGATE_EMAIL}}
REDGATE_PAT: ${{secrets.REDGATE_PAT}}
SQLCOMPARE_VERSION: ${{env.SQLCOMPARE_VERSION}}
CREATE_RELEASE: true

- name: "Build Version"
Expand Down

0 comments on commit 20796c1

Please sign in to comment.