Skip to content

Commit

Permalink
Merge pull request #48 from Senzing/46.dockter.2
Browse files Browse the repository at this point in the history
#46 Update production URL and prepare for versioned release
  • Loading branch information
docktermj authored Oct 5, 2023
2 parents c4da950 + b2c3b4f commit 15c0632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.2.3] - 2023-10-03
## [1.2.3] - 2023-10-05

### Changed in 1.2.3

- Updated `apt` staging URL to `https://senzing-staging-apt.s3.amazonaws.com/senzingstagingrepo_1.0.1-1_all.deb`
- Updated `apt` production URL to `https://senzing-production-apt.s3.amazonaws.com/senzingrepo_1.0.1-1_all.deb`

## [1.2.2] - 2023-09-27

Expand Down
2 changes: 1 addition & 1 deletion linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- if: inputs.senzingapi-version != 'staging'
name: Download Senzing repository metadata
shell: bash
run: wget -qO /tmp/senzingrepo.deb https://senzing-production-apt.s3.amazonaws.com/senzingrepo_1.0.1-1_amd64.deb
run: wget -qO /tmp/senzingrepo.deb https://senzing-production-apt.s3.amazonaws.com/senzingrepo_1.0.1-1_all.deb

# Install repository metadata.

Expand Down

0 comments on commit 15c0632

Please sign in to comment.