fix: Fixes release yml file.

This commit is contained in:
greysoh 2024-05-05 18:27:28 -04:00
parent a096424eb9
commit 0165d0b0b6
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -34,8 +34,9 @@ jobs:
- name: Make tag on Git - name: Make tag on Git
uses: mathieudutour/github-tag-action@v6.2 uses: mathieudutour/github-tag-action@v6.2
with: with:
github_token: '${{secrets.GITHUB_TOKEN}}' github_token: ${{secrets.GITHUB_TOKEN}}
custom_tag: '${{ steps.get_version.outputs.version }}' custom_tag: ${{ steps.get_version.outputs.version }}
tag_prefix: ''
- name: Make changelog - name: Make changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1 uses: heinrichreimer/github-changelog-generator-action@v2.1.1
@ -63,14 +64,15 @@ jobs:
LICENSE LICENSE
docker-compose.yml docker-compose.yml
repository: greysoh/nextnet repository: greysoh/nextnet
token: '${{ secrets.GITHUB_TOKEN }}' token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.get_version.outputs.version }}
- name: Log in to GitHub container registry - name: Log in to GitHub container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: '${{github.actor}}' username: ${{github.actor}}
password: '${{secrets.GITHUB_TOKEN}}' password: ${{secrets.GITHUB_TOKEN}}
- name: Build all docker images - name: Build all docker images
run: | run: |