mirror of
https://github.com/selfhst/icons.git
synced 2026-04-30 13:26:18 -04:00
Trigger v2.0.0 build/
This commit is contained in:
8
.github/workflows/build-and-push.yml
vendored
8
.github/workflows/build-and-push.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.head_commit.message, 'build/')
|
if: contains(github.event.head_commit.message, 'build/')
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -86,12 +86,10 @@ jobs:
|
|||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: actions/create-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ steps.version.outputs.version }}
|
tag_name: v${{ steps.version.outputs.version }}
|
||||||
release_name: Release v${{ steps.version.outputs.version }}
|
name: Release v${{ steps.version.outputs.version }}
|
||||||
body: |
|
body: |
|
||||||
## What's Changed
|
## What's Changed
|
||||||
- Docker images updated to version ${{ steps.version.outputs.version }}
|
- Docker images updated to version ${{ steps.version.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user