Skip to content

Commit

Permalink
Merge pull request #104 from IO-Aerospace-software-engineering/develop
Browse files Browse the repository at this point in the history
Update deployment.yml
  • Loading branch information
sylvain-guillet authored May 17, 2023
2 parents d9eb89d + 1b82f29 commit 03f3e58
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@ env:
BUILD_TYPE: Release

jobs:
create_release:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
draft: false
prerelease: false

create_release_artifact:
strategy:
matrix:
Expand Down

0 comments on commit 03f3e58

Please sign in to comment.