diff --git a/.github/workflows/imagecreation.yml b/.github/workflows/imagecreation.yml index 038ce5c..d99d57a 100644 --- a/.github/workflows/imagecreation.yml +++ b/.github/workflows/imagecreation.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest env: - PROJECT_NAME: Framoose + PROJECT_NAME: 'Framoose' name: $PROJECT_NAME strategy: matrix: @@ -44,6 +44,6 @@ jobs: with: mode: update replace_assets: true - tag_name: latest + tag_name: 'm11p11' assets: ${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip github_token: ${{ secrets.GITHUB_TOKEN }}