Skip to content

Commit

Permalink
ci(release): fix release step script
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jul 1, 2022
1 parent d6b55ee commit 4bf2fad
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 4bf2fad

Please sign in to comment.