Skip to content

Explicitly require base64 to fix missing constant with net-ssh 7.2.2+… #125

Explicitly require base64 to fix missing constant with net-ssh 7.2.2+…

Explicitly require base64 to fix missing constant with net-ssh 7.2.2+… #125

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}