Skip to content

Commit

Permalink
[#82] Remove release name from job
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent c0f6318 commit 41efee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:

jobs:
release-linux-amd64:
create-release:
name: Build and create a release
runs-on: ubuntu-latest
steps:
Expand All @@ -18,7 +18,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
automatic_release_tag: latest
title: "${{ GITHUB_SHA }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v5
with:
image: drupal9ci
Expand Down

0 comments on commit 41efee1

Please sign in to comment.