diff --git a/.forgejo/workflows/lhisp-oauth-client.yaml b/.forgejo/workflows/lhisp-oauth-client.yaml index 34285ff..4f69439 100644 --- a/.forgejo/workflows/lhisp-oauth-client.yaml +++ b/.forgejo/workflows/lhisp-oauth-client.yaml @@ -45,23 +45,11 @@ jobs: name: dist path: dist - check-version: - runs-on: docker - container: - image: node:20-alpine - outputs: - version_changed: ${{ steps.check.outputs.version_changed }} - steps: - - name: Check Version - id: check - uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/check-package-version@main - - publish: # + publish: runs-on: docker container: image: node:20-alpine needs: [build-and-test] - if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') steps: - name: Publish Npm Packages uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/publish-npm-package@main