Skip to content

Commit

Permalink
fix(workflows): Resolve semantic release issues [DEV-2194] (#83)
Browse files Browse the repository at this point in the history
* Fix semantic release

* Format files

* Remove dead links
  • Loading branch information
filipdjokic authored Feb 3, 2023
1 parent 4b511e5 commit 167cbff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
VERSION: ${{ steps.set-version.outputs.VERSION }}
if: ${{ ( github.ref_name == 'main' ) }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [2.0.0-develop.3](https://github.com/cheqd/did-registrar/compare/2.0.0-develop.2...2.0.0-develop.3) (2023-01-31)

## [2.0.0-develop.2](https://github.com/cheqd/did-registrar/compare/2.0.0-develop.1...2.0.0-develop.2) (2023-01-31)


### Bug Fixes

* DID Document validation ([#73](https://github.com/cheqd/did-registrar/issues/73)) ([c963e78](https://github.com/cheqd/did-registrar/commit/c963e78535aa3c63901b865db9705e7c29da7d49))

## [2.0.0-develop.1](https://github.com/cheqd/did-registrar/compare/1.2.0-develop.3...2.0.0-develop.1) (2023-01-30)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN npm ci
RUN npm run build

###############################################################
### STAGE 2: Run did-registar app ###
### STAGE 2: Run did-registar app ###
###############################################################

FROM node:18-alpine AS runner
Expand Down

0 comments on commit 167cbff

Please sign in to comment.