From 6b25f794dfd91cde2bf5e7976990dc4b6038c568 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Wed, 10 Apr 2024 14:06:22 +0200 Subject: [PATCH] dd --- .github/workflows/github-tag-and-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-tag-and-release.yml b/.github/workflows/github-tag-and-release.yml index 2ee947b..02b1d5d 100644 --- a/.github/workflows/github-tag-and-release.yml +++ b/.github/workflows/github-tag-and-release.yml @@ -6,6 +6,7 @@ on: permissions: contents: write + packages: write env: NODE_VERSION: 18.x @@ -31,6 +32,8 @@ jobs: name: Release ${{ steps.tag_version.outputs.new_tag }} body: ${{ steps.tag_version.outputs.changelog }} + ## The setup-qemu-action simplifies the setup of QEMU for cross-platform builds + ## https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v3