diff --git a/.github/workflows/docker-ci.yaml b/.github/workflows/docker-ci.yaml index 5262aa7..b6b2b06 100644 --- a/.github/workflows/docker-ci.yaml +++ b/.github/workflows/docker-ci.yaml @@ -25,16 +25,20 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: "lts/*" - - name: Release + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v4 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Setup Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: "lts/*" + + # - name: Release + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # run: npx semantic-release - name: Login to Docker registry uses: docker/login-action@v3