Skip to content

tools-2661 include github in module path #7

tools-2661 include github in module path

tools-2661 include github in module path #7

Workflow file for this run

name: "Draft Release"
on:
push:
tags:
- "*"
jobs:
# workflows to pull release artifacts from
snyk-test:
uses: github.com/aerospike/asconfig/.github/workflows/snyk-test.yml@main

Check failure on line 11 in .github/workflows/draft-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/draft-release.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets: inherit
draft-release-notes:
needs: snyk-test
runs-on: ubuntu-latest
name: Draft Release
steps:
- uses: actions/checkout@v3
# below steps are for downloading release artifacts
- name: Download Snyk Artifact
uses: actions/download-artifact@v3
with:
name: asconfig-snyk.txt
path: artifacts
- name: Download Snyk Artifact
uses: actions/download-artifact@v3
with:
name: asconfig-snyk.txt
path: artifacts
# finally create the release and upload artifacts
- name: Upload Artifacts to Release Draft
uses: "softprops/action-gh-release@v1"
with:
draft: true
generate_release_notes: true
files: |
artifacts/*