Skip to content

Commit

Permalink
Merge pull request #8392 from thalesmg/ci-fix-release-step
Browse files Browse the repository at this point in the history
ci(release): fix release step script
  • Loading branch information
zmstone committed Jul 1, 2022
2 parents d6b55ee + 4bf2fad commit 78f8cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -28,7 +28,8 @@ jobs:
*)
echo "tag $REF is not supported"
exit 1
fi
;;
esac
aws s3 cp --recursive s3://${{ secrets.AWS_S3_BUCKET }}/$s3dir/${{ github.ref_name }} packages
cd packages
DEFAULT_BEAM_PLATFORM='otp24.2.1-1'
Expand Down

0 comments on commit 78f8cfc

Please sign in to comment.