Explorar el Código

fix: create release regardless of run (#3256)

Alex Wallen hace 2 años
padre
commit
773b09c2f7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .github/workflows/release.yml

+ 0 - 1
.github/workflows/release.yml

@@ -26,7 +26,6 @@ jobs:
           cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}
 
       - name: Create release
-        if: github.run_number == 1
         id: create_release
         uses: actions/create-release@v1
         env: