Skip to content

Commit

Permalink
Updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Aug 23, 2024
1 parent 95cd3d7 commit 8ce85f7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
version: noble
permissions:
contents: write
pull-requests: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -48,17 +47,11 @@ jobs:
before-build-hook: debchange --controlmaint --local "+${{ steps.commit.outputs.short }}~${{ matrix.version }}" -b --distribution ${{ matrix.version }} "CI build"
extra-build-deps: devscripts git ninja-build

- name: release
uses: actions/create-release@v1
id: create_release
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
prerelease: false
release_name: "Releaese ${{ steps.commit.outputs.short }}~${{ matrix.version }}"
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}


- name: upload linux artifact
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 8ce85f7

Please # to comment.