Skip to content

Commit

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

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

steps:
- name: "Initialise Workspace"
Expand Down Expand Up @@ -104,6 +105,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: false

- name: "Build and deploy"
Expand Down Expand Up @@ -149,6 +153,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: false

- name: "Build Version"
Expand Down

0 comments on commit 1ba1326

Please sign in to comment.